R Workflow
  • D. Palleschi
  1. 4  Quarto
  • 1  Preface
  • 2  Troubleshooting
  • 3  Git set-up
  • 4  Quarto
  • 5  R Packages for a Reproducibile Workflow
  • 6  UpdateR and (re-)Install Packages
  • 7  Zotero
  • 8  Docker

Table of contents

  • 5 Quarto
    • 5.1 Quarto versus Rmarkdown

4  Quarto

5 Quarto

Quarto enables you to weave together content and executable code into a finished document. To learn more about Quarto see https://quarto.org.

5.1 Quarto versus Rmarkdown

Important differences I’ve noticed:

  • YAML:
    • Rmd output = format in Quarto
    • Rmd html_document = html in Quarto
3  Git set-up
5  R Packages for a Reproducibile Workflow
Source Code
---
title: "Quarto"
format: html
---

# Quarto

Quarto enables you to weave together content and executable code into a finished document. To learn more about Quarto see <https://quarto.org>.

## Quarto versus Rmarkdown

Important differences I've noticed:

- `YAML`:
  + Rmd `output` = `format` in Quarto
  + Rmd `html_document` = `html` in Quarto